home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / party / sound_41.lha / DOC / Sound4.LOG < prev   
Text File  |  1995-12-28  |  22KB  |  769 lines

  1. This is a logfile of changes in Sound 2, 3, 4 etc. etc.
  2.  
  3. Log started on 30.01.1995
  4.  
  5. Revisions :
  6. FileSupport.c   : 0.09
  7. GFXSupport.c    : 0.36
  8. IntroSequence.c : 0.03
  9. Main.c          : 0.51
  10. OnBoardGFX.c    : 0.01
  11.  
  12. Note, the history for changes before these are lost to the great software
  13. heaven in the sky, since I am not to good at remembering which went were
  14. at what time :)
  15.  
  16. ;------------------------------------------
  17.  + = New Feature
  18.  * = Change
  19.  - = Bug Fix
  20.  ! = Major Event
  21. ;------------------------------------------
  22.  
  23. Changes at 30.01.1995 by John Hinge :
  24.  
  25. FileSupport.c : 0.10
  26. * Changed a string
  27.  
  28. GFXSupport.c : 0.37
  29. * Changed RawKey Handler to use a new include file with definitions
  30.   of most rawkeys (the rest can be built by clever additions :)
  31.  
  32. IntroSequence.c : 0.04
  33. - Changed minor include file error.. I was still referring to my old
  34.   P60 includes, when the rest of the project believes in P61 :)
  35.  
  36. Main.c : 0.52
  37. + Changed Revision string to external reference, thereby ensuring correct
  38.   date even though I only change a 'minor' file
  39.  
  40. REV.c : 0.52
  41. + The new revision header file
  42.  
  43. makefile :
  44. + included REV.o as a link object, and REV.c dependent of all other .o
  45.   files, ensuring correct date in version string
  46.  
  47. ;------------------------------------------
  48. Changes at 31.01.1995 by John Hinge :
  49.  
  50. makefile :
  51. - I had put in REV.o and all of its dependencies, except REV.c ;^c
  52.  
  53. REV.c : 0.53
  54. * Changed set up of version string to acommodate my printing of some
  55.   of the string
  56.  
  57. Main.c : 0.53
  58. * Change of strings for the 'Nagging Beta Version' Requester
  59. ;------------------------------------------
  60. Changes at 01.02.1995 by John Hinge :
  61.  
  62. ! Removed ASMSupport.*, now ALL my own code is pure C :)
  63.  
  64. makefile :
  65. * Removed ASMSupport.* dependencies
  66.  
  67. Main.c : 0.54
  68. * Removed call of CheckAGA(), since GFXSupport handles this
  69.  
  70. GFXSupport.c : 0.38
  71. * Implemented check for AGA chipset, to remove the need for ASM stuff
  72.  
  73. REV.c : 0.55
  74.   Bumped master revision to 0.55
  75.  
  76. ;------------------------------------------
  77. Changes at 05.02.1995 by John Hinge :
  78.  
  79. OnboardGFX.c : 0.2
  80. + added 4 more gadget images
  81.  
  82. REV.C : 0.56
  83.   Bumped master revision to 0.56
  84.  
  85. GFXSupport.c : 0.39
  86. + added InfoGadget
  87.  
  88. REV.C : 0.57
  89.   Bumped master revision to 0.57
  90.  
  91. GFXSupport.c : 0.40
  92. + added HitListGadget
  93. + added RulesGadget
  94. + added MainScreenGadget
  95. + added Print() routine for systematic printing ;)
  96.  
  97. REV.C : 0.58
  98.   Bumped master revision to 0.58
  99.  
  100. GFXSupport.c : 0.41
  101. + added loading of the other 2 packed screens
  102.  
  103. REV.c : 0.59
  104.   Bumped master revision to 0.59
  105.  
  106. GFXSupport.c : 0.42
  107. + added routine to clear selector area
  108.  
  109. Main.c : 0.55
  110. + added call of selector clear
  111.  
  112. REV.c : 0.60
  113.   Bumped master revision to 0.60
  114.  
  115. Main.c : 0.56
  116.   changed string for module loading
  117.  
  118. REV.c : 0.61
  119.   Bumped master revision to 0.61
  120.  
  121. GFXSupport.c : 0.43
  122. ! now you can switch between 3 different screens
  123.   with wipes and all :)
  124.  
  125. Main.c : 0.57
  126. + Added a cosmetic setting of black colors before opening screen
  127.   the first time
  128.  
  129. REV.c : 0.62
  130.   Bumped master revision to 0.62
  131.  
  132. GFXSupport.c : 0.44
  133. + Added two more wipes
  134.  
  135. Main.c : 0.58
  136. ! Created a separate LoadTune routine, this prepares for the loading
  137.   of a new tune, whle listening to another...
  138.  
  139. REV.c: 0.63
  140.   Bumped master revision to 0.63
  141. ;------------------------------------------
  142. Changes at 09.02.1995 by John Hinge :
  143.  
  144.  
  145. Main.c : 0.59
  146. + Sound now needs disk 2 in order to run
  147. + added a routine to get an ID file from Sound2_2:
  148.  
  149. GFXSupport.c : 0.45
  150. * Change of strings for loading files, now loads from Sound2_2:
  151.  
  152. REV.C : 0.64
  153.   Bumped master revision to 0.64
  154.  
  155. Main.c : 0.60
  156. + Now checks for presence of ID file in PROGDIR:, and if
  157.   present loads from PROGDIR: (typical from Hard drive, but could be HD-
  158.   floppy disk)
  159.  
  160. GFXSupport.c : 0.46
  161. + checks external BOOL OneDisk, to load from PROGDIR: or from Sound2_2:
  162.  
  163. REV.C : 0.65
  164.   Bumped master revision to 0.65
  165.  
  166. ;------------------------------------------
  167. Changes at 11.2.1995 by John Hinge :
  168.  
  169. Sound2.font :
  170. * Re drew most of the small letters, since CDLQ complained about them..
  171.  
  172. GFXSupport : 0.47
  173. + Implemented Rules Screen text ...
  174.  
  175. GFXSupport : 0.48
  176. + Made new wipe for textplanes not in selector box...
  177.  
  178. Main.c : 0.61
  179. * Changed Beta Notification form requester to Printf()
  180. * Removed "bye bye" requester
  181.  
  182. REV.C : 0.66
  183.   Bumped master revision to 0.65
  184. ;------------------------------------------
  185. Changes at 12.2.1995 by John Hinge :
  186.  
  187. Main.c : 0.62
  188. * changed some strings
  189.  
  190. REV.C : 0.67
  191. * Changed versin string layout
  192.   Bumped master revision to 0.67
  193.  
  194. GFXSupport.c : 0.49
  195. * Changed to use external string arrays for smaller compilation time
  196.  
  197. Texts.c : 0.1
  198. + Definition of the text arrays for ModInfo's & RulesScreen
  199.  
  200. Texts.c : 0.2
  201. + Added Editorial text
  202. ;------------------------------------------
  203. Changes at 14.2.1995 by John Hinge :
  204.  
  205. Main.c : 0.64
  206. * removed embarrasing bug :
  207.   when I faded down, I forgot to restore volume afterwards :)
  208.  
  209. GFXSupport: 0.50
  210. + Added shortcut to modules..
  211.   just press the keys 1-0
  212.  
  213. REV.C : 0.68
  214.   Bumped master revision to 0.68
  215.  
  216. GFXSupport: 0.51
  217. + Just thought it would be nice if the InfoScreen got updated,
  218.   if you use the shortcut to load while it is shown :)
  219.  
  220. REV.C: 0.69
  221.   Bumped master revision to 0.69
  222.  
  223. GFXSupport: 0.52
  224. + Added the editorial upscroller
  225. * fixed SEVERAL embarrasing memory bugs..
  226.   some of them could, in case of failure lead
  227.   to memory loss, but not (I hope) to errors...
  228.  
  229. Texts.c : 0.03
  230. * added some text to the editorial explaining
  231.   my keyboard shortcuts..
  232.  
  233. REV.C: 0.70
  234.   Bumped master revision to 0.70
  235.  
  236. ;------------------------------------------
  237. Changes at 16.2.1995 by John Hinge :
  238.  
  239. GFXSupport.c : 0.53
  240. + Added a centerprint routine
  241.  
  242. OnboardGFX.c : 0.03
  243. + Added images for selector gadgets
  244.  
  245. REV.C : 0.71
  246.   Bumped master revision to 0.71
  247.  
  248. GFXSupport.c : 0.54
  249. * changed positions of selector texts
  250.  
  251. Texts.c : 0.04
  252. * changed a little error in editorial text
  253.   'you can use the keys > 1 - 0 <' instead of '> 1 - 9 <' :)
  254.  
  255. REV.C : 0.72
  256.   Bumped master revision to 0.72
  257. ;------------------------------------------
  258. Changes at 17.2.1995 by John Hinge :
  259. +++ Now everything works :) ('cept ofcourse the introsequence..)
  260.  
  261. GFXSupport.c : 0.60
  262. ! Selector and ModsHit Selectors up and running
  263.  
  264. OnboardGFX.c : 0.10
  265. ! All images corrected images for selctor changed to Border structs
  266.  
  267. Main.c : 0.70
  268. * change of strings for filenames, added Hit modules etc..
  269.  
  270. Texts.c : 0.10
  271. + Added Hit modules to info texts
  272.  
  273. REV.C : 0.80
  274.   Bumped master revision to 0.80
  275. ;------------------------------------------
  276. Changes at 18.2.1995 by John Hinge :
  277.  
  278. GFXSupport.c : 0.61
  279. * added RMBTrap to the window flags..
  280.  
  281. REV.C : 0.81
  282.   Bumped master revision to 0.81
  283.  
  284. GFXSupport.c : 0.62
  285. + Editorial Upscroller put on VBLANK IRQ to eliminate 'flickering' scroll
  286. + Added GFXSupportLEV3() entry for VBLANK stuff..
  287.   this could later be the base for VU-meters etc..
  288.  
  289. REV.C : 0.82
  290.   Bumped master revision to 0.82
  291.  
  292. GFXSupport.c : 0.63
  293. * Changed filenames for screens, to GDAT.Mx, as all other files have
  294.   cryptic names it seemed reasonable to complete the process :)
  295.  
  296. REV.C : 0.83
  297.   Bumped master revision to 0.83
  298.  
  299. IntroSequence.c : 0.5
  300. + now loads all data and starts the intro module
  301.  
  302. ;------------------------------------------
  303. Changes at 19.2.1995 by John Hinge :
  304.  
  305. IntroSequence.c : 0.10
  306. + Fully running, showing all pictures with nice wipes
  307.  
  308. Main.c : 0.80
  309. + delegated some of the work out to IntroSequence.c
  310.  
  311. REV.C : 0.90
  312.   Bumped master revision to 0.90
  313.  
  314. GFXSupport.c : 0.64
  315. * moved the opening of the font to Main.c
  316.  
  317. Main.c : 0.81
  318. + now opens the font here, to comply with the disklayout&strategy
  319.  
  320. REV.C : 0.91
  321.   Bumped master revision to 0.91
  322. ;------------------------------------------
  323. Changes at 20.2.1995 by John Hinge :
  324.  
  325. GFXSupport.c : 0.65
  326. * removed nasty 'white color flash' bug = 
  327.   added WaitTOF() at strategic locations :)
  328. REV.C : 1.00
  329.   Bumped master revision to 0.00
  330. change of Printf() to ShowRequester() all around... almost no Printf's left
  331.  
  332. ;------------------------------------------
  333. Changes at 22.2.1995 by John Hinge :
  334.  
  335. GFXSupport.c : 0.70
  336. + added backdrop window to prevent gadget access while loading music
  337. + added showing of current module
  338. + changed some texts to a textarray
  339.  
  340. I finally think I am about finished :)
  341. ;------------------------------------------
  342. Changes at 23.2.1995 by John Hinge :
  343.  
  344. GFXSupport.c : 0.71
  345. :( No I was not finished.. It seems that the nice gfx lady had drawn some
  346.    images for the selector.. so here goes some revisions again :)
  347.  
  348. GFXSupport.c : 0.72
  349. * quite some fixin, but now the Image based Selector and ModsHit works :)
  350.   (Why can't the system blit 23 bytes wide things ?? :)
  351.  
  352. REV.C : 1.00 (still)
  353. ;------------------------------------------
  354. Changes at 24.2.1995 by John Hinge :
  355.  
  356. GFXSupport.c : 0.71
  357. * change of speed in editorial scroller.
  358. + added 'cute' pointer
  359.  
  360. IntroSequence.c :
  361.  music now comes in while revealing screen 2, plus it fades in !:)
  362.  
  363. GFXSupport.c : 0.72
  364. * more changes as I try to finish this...
  365.   added shortcut keys for the 3 hit modules
  366.  
  367. Texts.c :
  368. * changed editorial to reflect the new range of shortcuts
  369. ;------------------------------------------
  370. Changes at 2.3.1995 by John Hinge :
  371.  
  372. Buttons.asm :(
  373. + added to facilitate testing of mousebutton status
  374. :( I really have to get this rewritten A.S.A.P
  375.  
  376. FileSupport.c : 1.00
  377.   Bumped Revision to 1.00
  378.  
  379. GFXSupport.c : 1.00
  380. ! fixed that 'screen won't open bug'
  381. *  rewrote lots'a screen stuff
  382.  
  383. IntroSequence.c : 1.00
  384. * changed Screen stuff to look like GFXSupport (and thereby work :)
  385.  
  386. Main.c : 1.00
  387. * small changes
  388.  
  389. OnBoardGFX.c : 1.00
  390.   Bumped Revision to 1.00
  391.  
  392. Texts.c :
  393. * changed editorial text (yet yet yet again :)
  394.  
  395. REV.C : 1.00
  396.   Locked master revision at 1.00
  397.  
  398. Next update will be Sound3 1.xx
  399.  
  400. ;------------------------------------------
  401. Changes at 8.3.1995 by John Hinge :
  402.  
  403. Well, I really thought this was locked, but while waiting for a (MUCH)
  404. delayed intro, I could brush up a few minor details :
  405.  
  406. * Buttons.ASM : REMOVED, I much prefer using 'C' everywhere :)
  407.  
  408. Main.c : 1.01
  409. * added two BOOLs reflecting mousebuttonstate
  410.  
  411. GFXSupport.c : 1.01
  412. * all decrunchs now done via GFXDecrunch(), this saves space, and ensures
  413.   uniform response to decrunch errors
  414.  
  415. GFXSupport.c : 1.02
  416. * now fully cleans up, and makes meaningfull requesters informing of
  417.   eventual error conditions, however, in the case of a severe error,
  418.   I can't always guarantee a stable machine
  419.  
  420. REV.c : 1.01
  421.   Bumped master revision to 1.01
  422. ;------------------------------------------
  423. Changes at 14.3.1995 by John Hinge :
  424.  
  425. IntroSequence.c : 1.05
  426. + Added exitfunction to IntroSequence.. Just Hold LMB a little while
  427.  
  428. Main.c : 1.02
  429. * changed the sign on text a little, added releasedate
  430.  
  431.  SOUND 2 is locked at this revision level...
  432.  next update will be Sound 3 !!
  433.  
  434.  Forthcoming features :
  435.  Running better on GFX cards, at the moment it can be MADE to run
  436.  more or less (mostly less) smoothly on Retina blt Z3
  437.  This will not be easy, but if it can be done, then this proggy will
  438.  be real hot, as the mods will enable it to run on most major GFX cards
  439.  (under their relevant Emulators !!)
  440.  
  441. ;------------------------------------------
  442. Changes at 20.04.1995 by John Hinge :
  443.  
  444. Here we go again : Project renamed to Sound 3, all files updated to
  445. reflect this, new compile of GST, and numerous minor details...
  446.  
  447. GFXSupport.c : 1.04
  448. * changed return to mainscreen functions a little, to make it more
  449.   logical for the user.. Suggested by : Various
  450.  
  451. GFXSupport.c : 1.05
  452. * Begun changes in GFX layout :
  453.   New MainScreen is up (neat..)
  454.   New BackGround on Info and RulesScreen.. (Too bad RulesScreen is going ...
  455.    (although the replacement will be nice...)
  456. ;------------------------------------------
  457. Changes at 21.04.1995 by John Hinge :
  458.  
  459. MainScreen changed, Empty GadgetBoxes added, for nice visual cues
  460. P61.O : 
  461. * Update to 610.1 / 19.03.1995
  462.   As always, quite a mess to do, since ASM-One wasn't made for easy
  463.   creation of code interfacing to anything (Why can't I decide the section
  464.   names without loosing my XDEF's ???)
  465.   (Now I atleast have made a 'skeleton' to bang up the new revisions
  466.    of the replayer on...)
  467. ;------------------------------------------
  468. Changes at 22.04.1995 by John Hinge :
  469.  
  470. GFXSupport.c : 1.06
  471. * Changed Wipes a little, to improve speed
  472. * Added new Variable : DecrunchedImage...
  473.   Saves me from decrunching an already decrunched image (i.e. SPEED)
  474.  
  475. ;------------------------------------------
  476. Changes at 23.04.1995 by John Hinge :
  477.  
  478. GFXSupport.c : 1.07
  479. + Now decrunches MainScreen and BackGround Image one time, into 2 spare
  480.   bitmaps, to enhance the speed...
  481.   This ofcourse means a higher cost of memory, but....
  482. * DecrunchedImage changed to CurrentImage, since there is no decrunching
  483.   when The proggy is running, only at init time..
  484. * Uses CopyMem instead of GFXDecrunch...
  485.   This is 'slightly' faster :)
  486.  
  487. OnBoardGfx.c : 1.01
  488. + Added the small ball gadgets
  489.  
  490. GFXSupport.c : 1.08
  491. + Added the nice new gadgets to InfoScreen
  492.  
  493. OnboardGFX.c : 1.02
  494. + Added the InfoScreen Gadgets
  495. * Removed the stand alone ball images, since they tended to blast
  496.   a small square hole in the screen :)
  497.   replaced with images including the background to avoid such small
  498.   embarrasments ;)
  499. ;------------------------------------------
  500. Changes at 24.04.1995 by John Hinge :
  501.  
  502. GFXSupport.c : 1.09
  503. + Added small font
  504.  
  505. Main.c : 1.03
  506. + Added small font to initialization
  507.  
  508. ;------------------------------------------
  509. Changes at 25.04.1995 by John Hinge :
  510.  
  511. GFXSupport.c : 1.10
  512. ! Added 'mutual exlude' gadget set for InfoScreen
  513. ! Added logics for 'mutual exclude'
  514.  ( Mutual Exclude, means that I (hopefully) knows which text
  515.    screen I am plotting, and which gadget, that can not be activated)
  516.  
  517. ;------------------------------------------
  518. Changes at 27.04.1995 by John Hinge :
  519.  
  520. Main.c : 1.04
  521. * Changed some filenames I had 'forgot'.. ;)
  522.  
  523. GFXSupport.c : 1.12
  524.  
  525. * Changed Wipe handling, since InfoScreen doesn't need the big
  526.   wipe when changing between the texts !!
  527.  
  528. * InfoScreen now prints various texts with the small font
  529.   Currently only ModInfos and Laws implemented...
  530.  
  531. ;------------------------------------------
  532. Changes at 08.05.1995 by John Hinge :
  533.  
  534. GFXSupport.c : 1.14
  535.  
  536. * Added hotkeys to InfoScreen
  537. * Rulestext text,positions etc, updated to V3
  538.   Updated Typecasting, and removed an obsolete routine ;)
  539. ;------------------------------------------
  540. Changes at 10.05.1995 by John Hinge :
  541.  
  542. Texts.c : 1.05
  543. * added HowVote,Addresses,Features,Rules text
  544.  
  545. GFXSupport.c : 1.15
  546. * added Printing of several texts on Info Screen
  547. ;------------------------------------------
  548. Changes at 11.05.1995 by John Hinge :
  549.  
  550. + New file : TIGFX.c,o,h
  551.   This file contains struct image's for the tekst indicator arrows
  552.   They are here because OnboardGFX.c got crowded ;)
  553.  
  554. ;------------------------------------------
  555. Changes at 23.05.1995 by John Hinge :
  556.  
  557. Main.c : 1.05
  558. * Added call to GFXLowlevelIRQ
  559.   a routine for doing stuff that doesn't need to be on the 'real' IRQ
  560.  
  561. GFXSupport.c : 1.16
  562. * Added GFXLowlevelIRQ routine
  563.   Currently this handles the 'zooming' arrows for the pageshifter
  564. ;------------------------------------------
  565. Changes at 24.05.1995 by John Hinge :
  566.  
  567. GFXSupport.c : 1.17
  568. * Implemented Arrow-Indicator system
  569. * Implemented Pageshifting on Extrascreen
  570.  
  571. GFXSupport.c : 1.18
  572. * mucho 'magic' bug removing...
  573.   apparently adding the pageshifter wasn't just 'a piece of cake' ;)
  574.  
  575. ;------------------------------------------
  576. Changes at 29.05.1995 by John Hinge :
  577.  
  578. OnboardGFX.c : 1.03
  579. * Added the last 2 gadgets for ExtraScreen (MainScreen+HitList)
  580.  
  581. GFXSupport.c : 1.19
  582. * Added those gadgets to the ExtraScreen...
  583.  
  584. ;------------------------------------------
  585. Changes at 30.05.1995 by John Hinge :
  586.  
  587. IntroSequence.c : 1.06
  588. * Begun changes for V3 introsequence...
  589.   As usual all new gfx and sequence ;Q
  590.  
  591. ;------------------------------------------
  592. Changes at 02.06.1995 by John Hinge :
  593.  All modules :
  594.  Changed FileSupport to use shayera.library (Support lib)
  595.  
  596. ;------------------------------------------
  597. Changes at 05.06.1995 by John Hinge :
  598.  All modules :
  599.   Decruncher moved to shayera.library
  600.   Calls changed to reflect this
  601. ;------------------------------------------
  602. Changes at 13.06.1995 by John Hinge :
  603.  All modules :
  604.   Dropped using shayera.library for the time being, as
  605.   using it makes it harder to port...
  606.  
  607. IntroSequence.c : 1.06
  608. * Added Head sequence (very trance like..)
  609. ;------------------------------------------
  610. Changes at 16.06.1995 by John Hinge :
  611.  
  612. Main.c : 1.06
  613.  Cleanup, and documenting of some of the weird stuff in the code..
  614.  
  615. ;------------------------------------------
  616. Changes at 18.06.1995 by John Hinge :
  617.  
  618. IntroSequence.c : 1.07
  619. * Now all the GFX is up and running...
  620.  
  621. ;------------------------------------------
  622. Changes at 17.07.1995 by John Hinge : (summer has come and gone ;)
  623.  
  624. P612.asm|.o :
  625. * Now the devpac version of the replayer is back (WHOOPIE)
  626. * It seems Jarno is back on track....
  627. * An this means I don't have to make weird happenings with Asm-One
  628.  
  629. Main.c : 1.07
  630. * since the replayer now is a major source amongst the others,
  631. * some changes were made here and there ....
  632.  
  633. ;------------------------------------------
  634. Changes at 31.07.1995 by John Hinge :
  635.  
  636. IntroSequence.c : 1.08
  637. * CDLQ requested that the Head sequence shouldn't 'blank' between
  638.   the different heads... so there...
  639.  
  640. Texts.c : 1.06
  641. * Added Sound Surfer Society texts...
  642.  
  643. GFXSupport.c : 1.20
  644. * Added Surfer Society text to InfoScreen....
  645.  
  646. ;------------------------------------------
  647. Changes at 10.08.1995 by John Hinge :
  648. Texts.c : 1.07
  649. * Added all the new mod info's
  650. * changed text layout for modinfo's since CDLQ insists
  651. * that Ramosa's should have 2 pages (GRRRRRR !!!)
  652. * If this fucker works.. I am happy indeed
  653. * Added Editorial text
  654.  
  655. GFXSupport.c : 1.21
  656. * Incorporated the new ModInfo texts via the just as new
  657. * ModInfo structure...
  658. * Apparently much of that code had been done already...
  659. * (Sometimes I amaze even myself ;)
  660. * When I did the pageselect stuff 4 the other texts, I apparently
  661. * foresaw the need for several pages in the ModInfos...
  662.  
  663. ;------------------------------------------
  664. Changes at 12.08.1995 by John Hinge :
  665. GFXSupport.c : 1.22
  666. * Updating of Selector Images....
  667.  
  668. ;------------------------------------------
  669. From 12.08 -> 2x.08 :
  670. Very irritating bughunt....
  671. A VERY sneaky error has been introduced into the gadget system
  672. for the InfoScreen.. This has sofar taken VERY much time to find..
  673.  
  674. ;------------------------------------------
  675. Changes at 28.08.1995 by John Hinge :
  676. Change of Compiler to SAS/C 6.55...
  677. thx must go to SubAcid for supplying the Update...
  678. NOTE: This is not an illegal update (pirates beware..)
  679. I (as opposed to many others) am a registered user of SAS/C
  680. (and much poorer for that ;)
  681.  
  682. ;------------------------------------------
  683. Changes at 12.09.1995 by John Hinge :
  684. GFXSupport.c : 1.30
  685. I finally tracked down the bugger :
  686. It seems that my Gadget structures somehow looses the contents of
  687. the Flags variable, and this must then be put in before
  688. the calling of AddGList() and RefreshGList(), but then
  689. everything works.... (This HAS to be an OS error, so I wonder if
  690.  Amiga Technologies know about it, and if so, will they fix it ??..
  691.  Sofar nobody has fixed the bug in the 'FileSystem' which allows
  692.  disk to go very corupt and NOT be able to validate them...)
  693.  (It happens when the OS wants to validate the disk, but there is
  694.   no free block to write the new bitmap BEFORE deleting the old !!
  695.   Then the OS just gives up INSTEAD of writing the new IN TOP OF the old)
  696. ;------------------------------------------
  697. Changes at 20.9.1995 by John Hinge :
  698. Added special functions for the HitList selector :
  699. It now displays the name of the runner ups, when you press the
  700. modulenames.. This was a real bugger to install
  701.  
  702. ;------------------------------------------
  703. Changes at 12.10.1995 by John Hinge :
  704.  WELL, WELL, WELL
  705. It seems that The Player V6.1 (610.2) has a slight bug :
  706. E6x (Pattern loop) goes bonkers sometimes, so I was forced to
  707. bolt on another replayer, meaning that Sound now has 2 onboard
  708. replayers :
  709.   The Player V6.1 (610.2)
  710.   Tracker Packer V3.1
  711. That took a little sorting out, and a new file : ReplayerStub.c
  712.  
  713. ;------------------------------------------
  714. Changes at 22.10.1995 by John Hinge :
  715.  Replaced two modules with new versions, since they used 'illegal'
  716.  effect commands..
  717.  Changed some strings to make this a Release version..
  718.  Sound #3 is now Finished (I Hope)
  719. ;------------------------------------------
  720. Changes at 26.10.1995 by John Hinge :
  721.  FileSupport.c :
  722.  Changed to use XPK
  723.  This means that I can pack all modules with
  724.  xpk, and still use the same LoadFile() call
  725.  to load everything....
  726.  
  727. To Do :
  728.  It looks like The Player has to go..
  729.  It creates LOTS of enforcer hits (read hits only ;)
  730.  when initing, and therefor it has to go..
  731.  Fortunately I have installed XPK support, so
  732.  now I can use Tracker Packer, and still gain diskspace....
  733.  
  734. ;------------------------------------------
  735. Changes at 07.11.1995 by John Hinge :
  736. GFXSupport.c : 1.31
  737.  Changed strings to Sound 4
  738.  Inserted new palette
  739.  
  740. Main.c : 1.08
  741.  Changed strings to Sound 4
  742.  
  743. ;------------------------------------------
  744. Changes at 12.11.1995 by John Hinge :
  745. Floppies now reflects the status as Sound 4
  746.  
  747. ;------------------------------------------
  748. Changes at 13.11.1995 by John Hinge :
  749. HDInstall :
  750.  Cleaned up.
  751.  Built in copying of the fonts (whoups)
  752.  and the XPK stuff
  753.  Also added a check for the needed free diskspace
  754.  
  755. ;------------------------------------------
  756. Changes at 29.11.1995 by John Hinge :
  757. OnboardGFX.c : 1.04
  758.  Inserted the new ball shape images
  759. GFXSupport.c :
  760.  Moved gadgets around...
  761.  
  762. ;------------------------------------------
  763. Changes at 27.12.95/28.12.1995 by John Hinge :
  764. Hectic work at The Party V, 1995...
  765. added new text page on infoscreen, did new
  766. introsequence, etc., etc. 
  767. ;------------------------------------------
  768. Changes at ..1995 by John Hinge :
  769.